home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 37
/
Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso
/
Aminet
/
dev
/
cross
/
Avr.lha
/
Atmel
/
Asm
/
src
/
makefile
< prev
next >
Wrap
Makefile
|
2000-03-17
|
172b
|
12 lines
asm: asm.o math.o buff.o
vc asm.o math.o buff.o -o asm
asm.o: asm.c
vc -c asm.c -o asm.o
math.o: math.c
vc -c math.c -o math.o
buff.o: buff.c
vc -c buff.c -o buff.o